Skip to content

Commit

Permalink
Merge pull request #24 from simwai/dev
Browse files Browse the repository at this point in the history
ci: 👷 Another try to fix the GitHub release action
  • Loading branch information
simwai authored Apr 20, 2024
2 parents 9233df8 + 282fd97 commit b3ccbcf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "simwai"
- name: Set up Git to use PAT
run: |
git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/simwai/referral-link-inserter.git
- name: Set up Node.js
uses: actions/setup-node@v2
with:
Expand All @@ -30,13 +34,8 @@ jobs:

- name: Create Release ZIP
run: npm run-script release
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}


- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: referral-link-inserter.zip
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit b3ccbcf

Please sign in to comment.