Skip to content

Commit 5b50d84

Browse files
committed
Force push tags
Even if git thinks they are not relevant
1 parent 38858f0 commit 5b50d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
&& git tag --force -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
7777
&& git tag --force -a -m"$RELEASE_TAG" "$major" \
7878
&& git tag --force -a -m"$RELEASE_TAG" "$major.$minor" \
79-
&& git push --force --follow-tags
79+
&& git push --force --tags
8080
)
8181
else
8282
echo "Skipping $action"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The actions are versioned as a suite. Some actions may have no change
55
in behaviour between versions.
66

7-
## [0.0.1] - 2020-07-02
7+
## [0.1.0] - 2020-07-02
88

99
First release of the GitHub Actions:
1010
- [dflook/terraform-version@0.0.1](terraform-version)

0 commit comments

Comments
 (0)