Skip to content

Commit

Permalink
chore: use the previous release creating action
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jan 11, 2025
1 parent 377a3ed commit 9a7e6cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ jobs:
version: ${{ env.RELEASE_VERSION }}
path: ./CHANGELOG.md
- name: Create Release
# https://github.com/marketplace/actions/changelog-reader
id: create_release
uses: comnoco/create-release@v2
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
with:
# This pulls from the "Get Changelog Entry" step above, referencing it's ID to get its outputs object.
# See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
Expand Down

0 comments on commit 9a7e6cb

Please sign in to comment.