Skip to content

Commit

Permalink
build actions: moved checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
robzan8 committed Sep 5, 2023
1 parent 6c690ed commit 1eacf6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -53,7 +52,6 @@ jobs:
#if: github.ref == 'refs/heads/main' # Cambia questo in base al tuo branch predefinito
#run: ./scripts/jenkins/publish-snapshots.sh

- uses: actions/checkout@v3
- name: Get Latest Tag
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1eacf6c

Please sign in to comment.