{"id":22120959,"url":"https://github.com/actions-ecosystem/action-push-tag","last_synced_at":"2025-07-25T13:31:42.173Z","repository":{"id":46050415,"uuid":"261319230","full_name":"actions-ecosystem/action-push-tag","owner":"actions-ecosystem","description":"🔖 GitHub Action to push a Git tag","archived":false,"fork":false,"pushed_at":"2023-02-08T18:41:57.000Z","size":178,"stargazers_count":23,"open_issues_count":9,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-20T19:46:53.978Z","etag":null,"topics":["actions","git","github","tag"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/actions-ecosystem-action-push-tag","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actions-ecosystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-04T23:37:48.000Z","updated_at":"2024-09-02T16:45:58.000Z","dependencies_parsed_at":"2023-02-09T13:01:05.033Z","dependency_job_id":null,"html_url":"https://github.com/actions-ecosystem/action-push-tag","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"b6bf942d9ccb9ec4d3029801476b54de8697c310"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-push-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-push-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-push-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-push-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-ecosystem","download_url":"https://codeload.github.com/actions-ecosystem/action-push-tag/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227578540,"owners_count":17788887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","git","github","tag"],"created_at":"2024-12-01T14:31:46.906Z","updated_at":"2024-12-01T14:32:00.705Z","avatar_url":"https://github.com/actions-ecosystem.png","language":"Shell","readme":"# Action Push Tag\n\n[![actions-workflow-lint][actions-workflow-lint-badge]][actions-workflow-lint]\n[![release][release-badge]][release]\n[![license][license-badge]][license]\n\nThis is a GitHub Action to push a Git tag.\n\nIt would be more useful to use this with other GitHub Actions' outputs.\n\n## Inputs\n\n|   NAME    |        DESCRIPTION         |   TYPE   | REQUIRED | DEFAULT |\n| --------- | -------------------------- | -------- | -------- | ------- |\n| `tag`     | A Git tag name.            | `string` | `true`   | `N/A`   |\n| `message` | A message for the Git tag. | `string` | `false`  | `''`    |\n\n## Example\n\n```yaml\nname: Push a new tag with minor update\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n\n      - uses: actions-ecosystem/action-get-latest-tag@v1\n        id: get-latest-tag\n\n      - uses: actions-ecosystem/action-bump-semver@v1\n        id: bump-semver\n        with:\n          current_version: ${{ steps.get-latest-tag.outputs.tag }}\n          level: minor\n\n      - uses: actions-ecosystem/action-push-tag@v1\n        with:\n          tag: ${{ steps.bump-semver.outputs.new_version }}\n          message: '${{ steps.bump-semver.outputs.new_version }}: PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}'\n```\n\nFor a further practical example, see [.github/workflows/release.yml](.github/workflows/release.yml).\n\n## License\n\nCopyright 2020 The Actions Ecosystem Authors.\n\nAction Push Tag is released under the [Apache License 2.0](./LICENSE).\n\n\u003c!-- badge links --\u003e\n\n[actions-workflow-lint]: https://github.com/actions-ecosystem/action-push-tag/actions?query=workflow%3ALint\n[actions-workflow-lint-badge]: https://img.shields.io/github/workflow/status/actions-ecosystem/action-push-tag/Lint?label=Lint\u0026style=for-the-badge\u0026logo=github\n\n[release]: https://github.com/actions-ecosystem/action-push-tag/releases\n[release-badge]: https://img.shields.io/github/v/release/actions-ecosystem/action-push-tag?style=for-the-badge\u0026logo=github\n\n[license]: LICENSE\n[license-badge]: https://img.shields.io/github/license/actions-ecosystem/action-add-labels?style=for-the-badge\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions-ecosystem%2Faction-push-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factions-ecosystem%2Faction-push-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions-ecosystem%2Faction-push-tag/lists"}