We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2659b69 commit 9a0a768Copy full SHA for 9a0a768
.github/workflows/release.yml
@@ -14,6 +14,7 @@ permissions:
14
jobs:
15
release:
16
runs-on: ubuntu-latest
17
+ if: startsWith(github.ref, 'refs/tags/v')
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
node/package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "new-dockerfile",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"config": {
5
- "bin_version": "0.2.4"
+ "bin_version": "0.2.5"
6
},
7
"description": "Autogenerate Dockerfiles from your project source code",
8
"main": "index.js",
0 commit comments