Skip to content

Provides a Docker image that can create GitHub Releases and upload files

License

Notifications You must be signed in to change notification settings

velocity-ci/run.github-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-github-release

Provides a Docker image that can create GitHub Releases and upload files

Usage

General

docker run --rm \
--env GITHUB_ACCESS_TOKEN=xxxxx \
--volume $(pwd):/app \
--workdir /app \
civelocity/run.github-release \
velocity-ci run-github-release 0.1.0 dist/run-github-release

In Velocity Task

---
# task.yml
steps:
  - description: Upload Release
    type: run
    image: civelocity/run.github-release
    environment:
      GITHUB_ACCESS_TOKEN: ${github_release_token}
    command: velocity-ci parameter.aws-ssm ${GIT_DESCRIBE} dist/aws-ssm

About

Provides a Docker image that can create GitHub Releases and upload files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published