Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit eda4e71

Browse files
committed
v2
1 parent 255ccae commit eda4e71

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPLOY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
2. Make sure `Dockerfile` point to the correct `feature-flag-reference-validator:[MAJOR].[MINOR].[PATCH]` image.
44

5-
3. Create a release
5+
3. Commit & Push
6+
7+
4. Create a release
68
- Via git tag
79
1. Create a new version tag.
810
```bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Documentation: https://github.com/configcat/feature-flag-reference-validator
2222
steps:
2323
- uses: actions/checkout@v1
2424
- name: ConfigCat Feature Flag Cleanup
25-
uses: configcat/github-action-feature-flag-cleanup@1.0.0
25+
uses: configcat/github-action-feature-flag-cleanup@2.0.0
2626
with:
2727
configcat-sdk-key: ${{ secrets.CONFIG_CAT_SDK_KEY }}
2828
fail-on-warnings: false

0 commit comments

Comments
 (0)