Skip to content

Commit

Permalink
Revert "Issue 46 update readme on release" (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexsJones authored Aug 26, 2022
1 parent a6421d6 commit 7d099c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 57 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/release-tag.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
name: release-workflow
name: release

on:
push:
branches:
- feature/release-workflow
- feature/release-workflow
tags:
- "v*.*.*"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
FLAGD_VERSION: v0.0.3

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- uses: actions/setup-go@v3
with:
go-version: '1.17.11'
Expand All @@ -23,6 +31,7 @@ jobs:
go mod tidy
make controller-gen
IMG=ghcr.io/open-feature/open-feature-operator:${GITHUB_REF#refs/*/} make release-manifests
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 7d099c7

Please sign in to comment.