Skip to content

Commit

Permalink
Merge branch 'main' of github.com:iankressin/tx-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
iankressin committed Jun 17, 2024
2 parents 2ff72ff + 18b7b0f commit 1832562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
release:
name: release ${{ matrix.target }} (with non-required env)
runs-on: ubuntu-latest
if: github.event_name == 'release'
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +23,7 @@ jobs:
- name: Compile and release
uses: rust-build/rust-build.action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"

0 comments on commit 1832562

Please sign in to comment.