Skip to content

davidcopano/github-actions-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Github Actions Docs

Github Actions own documentation.

Action Steps to perform the action
Upload release to Github 1) In the .github/workflows/<FILE_NAME>.yml file add the following (between the name and jobs keys):
on push tags
Full example:
publish release
2) Create the tag with this command (replace the X with any version): git tag vX.X.X.X.
3) Commit all changes to be included in the tag.
4) Upload the created tag with the following command: git push --tags.
The action of the .yml file will be executed once the tag is created and uploaded to the repository (steps 2, 3 and 4).

About

Github Actions own documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published