Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Remove the CHANGELOG action because it doesn't work and I don't know …
Browse files Browse the repository at this point in the history
…why.
  • Loading branch information
dylanbeattie committed Sep 10, 2024
1 parent 22d4502 commit 3a3cb12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-wasm-and-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
run: dotnet build Starship -c Release
- name: Test Rockstar
run: dotnet test Starship -c Release
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
# - name: Update CHANGELOG
# id: changelog
# uses: requarks/changelog-action@v1
# with:
# token: ${{ github.token }}
# tag: ${{ github.ref_name }}
- name: Commit changes with new version
run: |
git config --global user.name 'workflows/build-wasm-and-linux-binaries.yml'
Expand Down

0 comments on commit 3a3cb12

Please sign in to comment.