Skip to content

Commit

Permalink
Merge pull request #775 from mountaindude/master
Browse files Browse the repository at this point in the history
...
  • Loading branch information
mountaindude authored Apr 9, 2024
2 parents 2b4ee75 + 2c3a291 commit c7e8f3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
#export TAGTMP1=${{ github.ref }}
#export TAG=${TAGTMP1##*/}
export TAG=$(echo ${{ github.ref }} | grep -oP 'v\d+\.\d+\.\d+')
export TAG=$(echo ${{ github.ref }} | grep -oE "[0-9]+.[0-9]+.[0-9]+")
echo "TAG=$TAG" >> $GITHUB_ENV
#
# Debug
Expand Down
2 changes: 0 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"last-release-sha": "061986b7f1d1b1ab92a5d79a3974ae2fecc56046",
"release-as": "9.10.1",
"release-type": "node",
"prerelease": false,
"draft": true,
Expand Down

0 comments on commit c7e8f3b

Please sign in to comment.