Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rsyslog-exporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
thirdparty
rsyslog-exporter
Commits
6e1760d2
Unverified
Commit
6e1760d2
authored
5 years ago
by
Antoine Leroyer
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Github Action for release
parent
eecc1e49
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/release.yml
+24
-0
24 additions, 0 deletions
.github/workflows/release.yml
with
24 additions
and
0 deletions
.github/workflows/release.yml
0 → 100644
+
24
−
0
View file @
6e1760d2
name
:
release
on
:
release
:
types
:
-
created
jobs
:
release
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Unshallow
run
:
git fetch --prune --unshallow
-
name
:
Set up Go
uses
:
actions/setup-go@v1
with
:
go-version
:
1.13.x
-
name
:
Run GoReleaser
uses
:
goreleaser/goreleaser-action@v1
with
:
version
:
latest
args
:
release --rm-dist
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment