Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Mar 10, 2024
1 parent 623a424 commit 7546afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Snapshot
on:
push:
branches:
- main
- '**'
tags:
- '**'

Expand All @@ -27,7 +27,7 @@ jobs:

- name: Set version
run: |
echo "ORG_GRADLE_PROJECT_VERSION_NAME=$(git describe --tags --abbrev=0 | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.)-SNAPSHOT" >> $GITHUB_ENV
echo "ORG_GRADLE_PROJECT_VERSION_NAME=central-portal-SNAPSHOT" >> $GITHUB_ENV
- uses: gradle/gradle-build-action@v3

Expand Down

0 comments on commit 7546afa

Please sign in to comment.