Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci, release: was missing with clause #55

Merged
merged 1 commit into from
Oct 27, 2022
Merged

ci, release: was missing with clause #55

merged 1 commit into from
Oct 27, 2022

Conversation

maiqueb
Copy link
Collaborator

@maiqueb maiqueb commented Oct 27, 2022

Signed-off-by: Miguel Duarte Barroso [email protected]

What this PR does / why we need it:
The correct syntax for the gh-release github action is:

      - name: Release
        uses: softprops/action-gh-release@v1
        if: startsWith(github.ref, 'refs/tags/')
        with:
          files: Release.txt

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer (optional):

Signed-off-by: Miguel Duarte Barroso <[email protected]>
@maiqueb maiqueb merged commit 685b8f4 into main Oct 27, 2022
@maiqueb maiqueb deleted the fix-release-machine branch October 27, 2022 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant