Skip to content

Commit

Permalink
Update Publish Workflow to Use Node 20 Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Jul 10, 2024
1 parent 3687878 commit 8be71e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
steps:
- name: Get Token
id: token
uses: peter-murray/[email protected]
uses: actions/create-github-app-token@v1
with:
application_id: ${{ secrets.APP_ID }}
application_private_key: ${{ secrets.APP_KEY }}
organization: Nomi-CEu
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_KEY }}
owner: Nomi-CEu

- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -64,7 +64,7 @@ jobs:
GITHUB_TAG: ${{ inputs.tag }}

- name: Publish to GitHub
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: "build/libs/*.jar"
body_path: "build/changelog.md"
Expand Down

0 comments on commit 8be71e8

Please sign in to comment.