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.
2 parents 48d5f26 + 60b39f3 commit 0bbcddfCopy full SHA for 0bbcddf
.github/workflows/workflow.yml
@@ -22,8 +22,8 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
with:
25
- tag_name: v1.0.0
26
- release_name: Release v1.0.0
+ tag_name: v1.0.2
+ release_name: Release v1.0.2
27
draft: false
28
prerelease: false
29
- name: Upload Release Asset
README.md
@@ -1,5 +1,5 @@
1

2
-
+
3
# Practice for AWS developer certificate
4
* https://aws.amazon.com/certification/certified-developer-associate/
5
* Uses localstack to get more familiar with the AWS SDK
0 commit comments