Skip to content

Commit 48d5f26

Browse files
author
Zack
committed
LocalStackSample V1.0.0
1 parent 9fc841a commit 48d5f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: [ master ]
66
tags:
77
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.1
8-
98
jobs:
109
build:
1110
name: Upload Release Asset
@@ -23,7 +22,7 @@ jobs:
2322
env:
2423
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2524
with:
26-
tag_name: Localstack v1.0.0
25+
tag_name: v1.0.0
2726
release_name: Release v1.0.0
2827
draft: false
2928
prerelease: false

0 commit comments

Comments
 (0)