Skip to content

Commit

Permalink
fix changelog workflow (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Feb 23, 2023
1 parent a1a528b commit 8a1814a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yaml
@@ -1,6 +1,7 @@
name: Changelog

on:
workflow_dispatch:
push:
tags:
- v*
Expand All @@ -12,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: main
ref: master
fetch-depth: 0
- run: git fetch --prune --prune-tags
- run: git tag -l 'v*'
Expand Down

0 comments on commit 8a1814a

Please sign in to comment.