Skip to content

Commit

Permalink
💬 - Files Synced | Runner ID : 119 | ⚡ Triggered By fuelviews/github-…
Browse files Browse the repository at this point in the history
…workflow-sync
  • Loading branch information
Workflow Sync Bot committed Nov 11, 2024
1 parent c624c37 commit 03345c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

release:
types: [published]
types: [released]

permissions:
contents: write
Expand All @@ -25,8 +25,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: '0'
ref: ${{ github.event.release.target_commitish }}
token: ${{ steps.get_workflow_token.outputs.token }}

- name: Update Changelog
Expand Down

0 comments on commit 03345c4

Please sign in to comment.