Sha256: bd2791bc913186f355dc179f2b577cc938ca581f4ef65b805425107fad3015b4

Contents?: true

Size: 522 Bytes

Versions: 42

Compression:

Stored size: 522 Bytes

Contents

name: Create Release

on:
  push:
    tags:
      - 'v*'

jobs:
  create-release:
    runs-on: ubuntu-latest
    steps:
    - name: Extract tag name
      id: tag
      run: echo "::set-output name=value::${GITHUB_REF##*/}"
    - uses: actions/checkout@v2

    - name: Create Release
      id: create_release
      uses: actions/create-release@v1
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        tag_name: ${{ steps.tag.outputs.value }}
        release_name: ${{ steps.tag.outputs.value }}

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
shopify_app-20.0.0 .github/workflows/release.yml
shopify_app-19.1.0 .github/workflows/release.yml
shopify_app-18.1.3 .github/workflows/release.yml
shopify_app-19.0.2 .github/workflows/release.yml
shopify_app-19.0.1 .github/workflows/release.yml
shopify_app-19.0.0 .github/workflows/release.yml
shopify_app-18.1.2 .github/workflows/release.yml
shopify_app-18.1.1 .github/workflows/release.yml
shopify_app-18.1.0 .github/workflows/release.yml
shopify_app-18.0.4 .github/workflows/release.yml
shopify_app-18.0.3 .github/workflows/release.yml
shopify_app-18.0.2 .github/workflows/release.yml
shopify_app-18.0.1 .github/workflows/release.yml
shopify_app-18.0.0 .github/workflows/release.yml
shopify_app-17.2.1 .github/workflows/release.yml
shopify_app-17.2.0 .github/workflows/release.yml
shopify_app-17.1.1 .github/workflows/release.yml
shopify_app-17.1.0 .github/workflows/release.yml
shopify_app-17.0.5 .github/workflows/release.yml
shopify_app-17.0.4 .github/workflows/release.yml