actions/Publish action versions
Move the major version tag to point to a specified ref
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- MIT
Pinned Snippet
uses: actions/publish-action@23f4c6f12633a2da8f44938b71fde9afec138fb4 # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-tag | Tag name that the major tag will point to. Examples: v1.2.3, 1.2.3 | yes | — |
| slack-webhook | Slack Webhook URL to post a message | — | — |
| token | Token to get an authenticated Octokit | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| major-tag | The major version tag that has been updated (created). Examples: v1, 1 |