Skip to content

Commit d065bcd

Browse files
more octopus work
1 parent 5a47ed1 commit d065bcd

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@ jobs:
1818
# Checkout code
1919
- uses: actions/checkout@v2
2020

21-
- name: Set version
22-
run: echo "PACKAGE_VERSION=1.0.$(date +%Y%m%d).$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
21+
- name: Login to Octopus Deploy
22+
uses: OctopusDeploy/login@v1
23+
with:
24+
server: https://biztalkbill.octopus.app
25+
service_account_id: 966ed2db-5519-4b1c-aece-2fcf43c46837
26+
27+
- name: Set Version Number
28+
id: version-generator
29+
run: echo "version=$(date +'%Y.%m.%d').$GITHUB_RUN_NUMBER" >> $GITHUB_OUTPUT
2330

2431
- name: Create artifacts folder
2532
run: |

0 commit comments

Comments
 (0)