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 51b1833 commit 8c7976eCopy full SHA for 8c7976e
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: windows-latest
8
env:
9
PACKAGE_VERSION: 1.0.15
10
- ASSEMBLY_VERSION: ${{ env.PACKAGE_VERSION }}.${{ github.run_id }}
+ ASSEMBLY_VERSION: ${{ jobs.build.env.PACKAGE_VERSION }}.${{ github.run_id }}
11
steps:
12
- uses: actions/checkout@v2
13
- name: Install dependencies
0 commit comments