Skip to content

fix(functions): update handling of post, to support it being an array #30

fix(functions): update handling of post, to support it being an array

fix(functions): update handling of post, to support it being an array #30

Workflow file for this run

---
name: "release"
on:
push:
paths-ignore:
- '**/README.md'
branches: [ master ]
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest Build"