Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkircos committed Aug 28, 2024
1 parent 7376f10 commit 7627888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/production-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ on:
types: [opened]
branches:
- main
push:

jobs:
bump-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install jq
run: sudo apt-get install jq
Expand Down

0 comments on commit 7627888

Please sign in to comment.