Skip to content

Commit

Permalink
add version bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shelly_goldblit committed Jun 14, 2024
1 parent d55ec5c commit 2520d13
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bump Version

on:
workflow_dispatch:

permissions:
checks: write
contents: write
pull-requests: write

jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
skip-tag: "true"

0 comments on commit 2520d13

Please sign in to comment.