Skip to content

Commit

Permalink
[TOREMOVE] Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Jul 5, 2024
1 parent 001ba45 commit cbb5b79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [ main ]
branches: [ changelog-action-test ]

jobs:
changelog:
Expand Down Expand Up @@ -36,11 +36,12 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPMJS_ACCESS_TOKEN }}
tag: changelog-action-test

- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
tag_name: v${{ steps.release-changelog.outputs.version }}
tag_name: v${{ steps.release-changelog.outputs.version }}-changelog-action-test
body: ${{ steps.release-changelog.outputs.content }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit cbb5b79

Please sign in to comment.