Skip to content

Commit

Permalink
Fix for Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored and mnocon committed Nov 3, 2023
1 parent d9ff985 commit d3b737b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
echo "BUILD_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- uses: actions/checkout@v3

- name: Install hub
run: sudo apt-get install -y hub

# load current composer.lock
- id: currentLock
name: Gather latest package information
Expand Down

0 comments on commit d3b737b

Please sign in to comment.