• Stars
    star
    166
  • Rank 227,202 (Top 5 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Publish Github releases in an action

Github-Release-Action

Actions Status

Creates a plain Github release, without attaching assets or source code.

Usage

name: Publish Release
on:
  push:
    tags:
      - 'v*'
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: Create a Release
      uses: elgohr/Github-Release-Action@v4
      env:
        GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
      with:
        title: MyReleaseMessage

Notes

${{ secrets.GITHUB_TOKEN }} can't be used for publishing, as it isn't allowed to publish releases.

The title field is a message which should appear in the release. May not contain spaces.

More Repositories

1

Publish-Docker-Github-Action

A Github Action used to build and publish Docker images
Shell
778
star
2

go-localstack

Go Wrapper for using localstack
Go
76
star
3

ecr-login-action

A Github Action which can be used to authenticate with AWS ECR
Shell
39
star
4

cf-jetbrains-license-server

JetBrains License Server for Cloud Foundry
Shell
32
star
5

gcloud-login-action

A Github Action which can be used to authenticate with Google Cloud Container Registry
Shell
22
star
6

Github-Hub-Action

Interacting with Github in an action
Dockerfile
14
star
7

stop-and-go

Testing helper for concurrency
Go
10
star
8

concourse-sonarqube-notifier

Concourse CI Resource for getting results from Sonarqube.
Go
8
star
9

concourse-blackduck

This is a Concourse resource for Blackduck
Go
6
star
10

mqtt-to-influxdb

Bridge to write MQTT to InfluxDB
Go
5
star
11

EPEX-DE-History

This repository contains historic data from EPEX spot market for Germany, gotten by awattar.de
Python
5
star
12

github-globe

Python
3
star
13

asdf-build-action

Uses ASDF to provide a configurable build environment for Github Actions
Dockerfile
3
star
14

semv

Working with semvers
Go
2
star
15

go-map-ttl

A map where elements expire after time
Go
2
star
16

acr-login-action

Logs into Azure Container Registry and provides Docker credentials
Shell
2
star
17

go-test-it-yourself

Content for a 42Wolfsburg Workshop
Go
2
star
18

DataInspector

Publishes the metadata of Spring Boot Entities to an endpoint
Groovy
1
star
19

elgohr

Profile Readme
1
star
20

git-docker

Everything you need for Github/Git
Dockerfile
1
star
21

go-cryptotokenkit

Go wrapper for Apple CryptoTokenKit
Go
1
star
22

tinygo-wasm

A WASM bootstrap with tinygo
JavaScript
1
star
23

go-stream

A collection of Go Readers and Writers for working with big amounts of data.
Go
1
star
24

gron-docker

Make JSON greppable in Docker
Dockerfile
1
star