Skip to content

Commit

Permalink
add artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Savrov committed Dec 10, 2023
1 parent 3958af7 commit 04a3754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Extract branch name
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v4

- name: Delete previous SNAPSHOT packages
uses: gradle/gradle-build-action@v2
with:
Expand All @@ -24,9 +27,6 @@ jobs:
IS_VERSION_TAG_STRICT: true
GITHUB_TOKEN: ${{ secrets.DELETE_PACKAGES_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v4

- name: Publish new SNAPSHOT package
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 04a3754

Please sign in to comment.