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 d9eb9b5 commit 037c3e6Copy full SHA for 037c3e6
.github/workflows/release.yml
@@ -24,6 +24,11 @@ jobs:
24
- uses: dart-lang/[email protected]
25
with:
26
sdk: ${{ matrix.sdk }}
27
+
28
+ # you can reference the tagged version via
29
+ - name: Get the version
30
+ id: get_version
31
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
32
33
- name: Install dependencies
34
run: dart pub get
@@ -55,6 +60,7 @@ jobs:
55
60
env:
56
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
57
62
63
+ name: ${{ matrix.os }}/${{github.ref_name}}
58
64
files: |
59
65
bin/${{ matrix.os }}/opub
66
bin/${{ matrix.os }}/onepub
0 commit comments