Skip to content

Commit

Permalink
remove tagging job (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
broothie authored Jun 30, 2023
1 parent d81c9fe commit 7d73476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,3 @@ jobs:
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

tag:
needs: test
if: github.ref == 'refs/heads/main'

runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2

- uses: salsify/action-detect-and-tag-new-version@v2
4 changes: 2 additions & 2 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Push Ruby Gem

on:
push:
tags: ["*"]
release:
types: [published]

jobs:
push:
Expand Down

0 comments on commit 7d73476

Please sign in to comment.