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 4058eaa commit 984009eCopy full SHA for 984009e
.github/workflows/gem-push.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- name: Set up Ruby 3.2.2
18
uses: ruby/setup-ruby@v1
@@ -34,11 +34,3 @@ jobs:
34
gem push *.gem
35
env:
36
RUBYGEMS_AUTH_TOKEN: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
37
-
38
- - name: Tag Incremental Version
39
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
40
- run: |
41
- git config --local user.email "action@github.com"
42
- git config --local user.name "GitHub Action"
43
- git tag -a v$(date +'%Y%m%d%H%M%S') -m "Automated tag from GitHub Actions"
44
- git push origin --tags
0 commit comments