Skip to content

Commit

Permalink
Merge pull request #943 from actions/Jcambass-patch-1
Browse files Browse the repository at this point in the history
Upgrade IA publish
  • Loading branch information
Jcambass authored Sep 26, 2024
2 parents 70dcb22 + 3226af6 commit e9675cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-immutable-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'

on:
release:
types: [created]
types: [published]

jobs:
publish:
Expand All @@ -17,6 +17,4 @@ jobs:
uses: actions/checkout@v4
- name: Publish
id: publish
uses: actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: actions/[email protected]

0 comments on commit e9675cc

Please sign in to comment.