We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4e404 commit 3adb047Copy full SHA for 3adb047
.github/workflows/tag-and-release.yml
@@ -2,13 +2,11 @@
2
name: Tag & Release
3
'on':
4
push:
5
- branches:
6
- - stackhpc/2023.1
7
permissions:
8
actions: read
9
contents: write
10
jobs:
11
tag-and-release:
12
- uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main
+ uses: stackhpc/.github/.github/workflows/tag-and-release.yml@fetch-tags
13
with:
14
upstream: https://github.com/openstack/kayobe-config
0 commit comments