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.
2 parents 47fc3c2 + 62bdb7a commit 8aa9884Copy full SHA for 8aa9884
.github/workflows/release.yaml
@@ -2,10 +2,8 @@ name: Tag and release
2
3
on:
4
push:
5
- branches:
6
- - main
7
- paths:
8
- - 'lib/puppet/resource_api/version.rb'
+ tags:
+ - '*'
9
10
jobs:
11
release:
@@ -14,16 +12,6 @@ jobs:
14
12
- uses: actions/checkout@v3
15
13
with:
16
fetch-depth: '0'
17
- - name: Bump version and push tag
18
- uses: anothrNick/[email protected]
19
- env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
- DEFAULT_BUMP: patch
22
- TAG_CONTEXT: branch
23
- WITH_V: false
24
- # Uncomment this if the tag and version file become out-of-sync and
25
- # you need to tag at a specific version.
26
- # CUSTOM_TAG:
27
- name: Build gem
28
uses: scarhand/actions-ruby@master
29
0 commit comments