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 c8d37ac commit fe64b59Copy full SHA for fe64b59
.github/workflows/release.yml
@@ -18,17 +18,14 @@ jobs:
18
env:
19
TAG: ${{ github.event.release.tag_name }}
20
21
- - name: Test
22
- uses: maierj/fastlane-action@v1.4.0
23
- with:
24
- lane: runalltests
25
-
26
- name: Build
27
run: swift build -v -c release
28
- name: Archive
29
run: zip --junk-paths ${{ runner.temp }}/archive.zip .build/release/rswift License
30
- name: Upload
31
uses: actions/upload-release-asset@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
with:
33
upload_url: ${{ github.event.release.upload_url }}
34
asset_path: ${{ runner.temp }}/archive.zip
0 commit comments