Skip to content

Commit

Permalink
Merge pull request #79 from DarkFlorist/versioning
Browse files Browse the repository at this point in the history
make versioning "vx" instead of "x.y.z
  • Loading branch information
KillariDev authored Jan 26, 2024
2 parents a32fa76 + 4a2fc91 commit 0e598ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v\d+\.\d+\.\d+'
- 'v\d+'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 0e598ab

Please sign in to comment.