We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3730853 commit 6c95c31Copy full SHA for 6c95c31
.github/workflows/pack.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Get release version
40
id: get_release
41
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=1.0.73" >> $GITHUB_ENV
42
43
- name: Update .csproj file
44
run: |
0 commit comments