Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuigdomenchSage committed Jan 23, 2025
1 parent e459d5b commit 0bc38b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-layer-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
x=$(echo $major_minor | cut -d'.' -f2)
new_x=$((x + 1))
new_tag="$prefix/0.$new_x.1"
pwd
cd ${{ github.workspace }}
pwd
git push origin $new_tag
echo "::set-output name=new_tag::$new_tag"
- name: Create Release
Expand Down

0 comments on commit 0bc38b2

Please sign in to comment.