Skip to content

Commit

Permalink
Merge pull request #4 from dataesr/staging
Browse files Browse the repository at this point in the history
PATCH: fix deployment
  • Loading branch information
folland87 authored Mar 26, 2024
2 parents 13b7d6d + e4ebce8 commit 659b640
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: 'actions/checkout@latest'
with:
ref: ${{ github.ref }}

- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
Expand Down

0 comments on commit 659b640

Please sign in to comment.