Skip to content

Commit

Permalink
Update build-publish-drunk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoduy authored Jul 10, 2024
1 parent bfe6469 commit d87404e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-publish-drunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ on:
# - src/**

env:
Enable_Release: 'true'
Enable_Release: 'false'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# Versioning
- name: Git Version
id: version
uses: codacy/[email protected]

# Versioning
- uses: rmeneely/git-next-version@v1
with:
increment: 'patch'
auto_increment: 'true'

- name: Print the version
run: |
echo ${{ steps.version.outputs.version }}
echo ${{ NEXT_VERSION }}
#- uses: actions-ecosystem/action-bump-semver@v1
# id: bump-semver
Expand Down

0 comments on commit d87404e

Please sign in to comment.